single threading - définition. Qu'est-ce que single threading
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est single threading - définition

SMALLEST SEQUENCE OF PROGRAMMED INSTRUCTIONS THAT CAN BE MANAGED INDEPENDENTLY BY A SCHEDULER
Thread (computer programming); Threads (computer science); Thread (software engineering); Thread management; Thread of execution; Kernel thread; Thread(OS); Thread(computing); Thread(computer science); User thread; Thread join; Single thread; Single-thread; Single threading; Single threads; Single-threads; Single threaded; Single-threaded; Single-threading; Thread (computer science); Multithreading (software); Program thread; Multithreaded programming; Execution abstraction; CPU allocation; Execution thread; Current running thread; Thread (Computing); Software thread; Multi-threaded programming
  • 400x400px
  • processor]]

Hyper-threading         
  •  publisher = [[AnandTech]]
}}</ref>
  • title=Intel Processor Spec Finder: SL6WK}}</ref>
INTEL'S PROPRIETARY SIMULTANEOUS MULTITHREADING IMPLEMENTATION ON X86 MICROPROCESSORS
Hyper threading; Hyperthreading; HyperThreading; Hyper-Threading; Hypertheading; Hyperthread; Hyper Threading; Hyperthreaded; Ht technology; Hyperthreads; Hyper-Threading Technology; Hyper-threaded
Hyper-threading (officially called Hyper-Threading Technology or HT Technology and abbreviated as HTT or HT) is Intel's proprietary simultaneous multithreading (SMT) implementation used to improve parallelization of computations (doing multiple tasks at once) performed on x86 microprocessors. It was introduced on Xeon server processors in February 2002 and on Pentium 4 desktop processors in November 2002.
threading         
WIKIMEDIA DISAMBIGUATION PAGE
Threading (disambiguation)
Threading         
WIKIMEDIA DISAMBIGUATION PAGE
Threading (disambiguation)
·p.pr. & ·vb.n. of Thread.

Wikipédia

Thread (computing)

In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. The implementation of threads and processes differs between operating systems. In Modern Operating Systems, Tanenbaum shows that many distinct models of process organization are possible. In many cases, a thread is a component of a process. The multiple threads of a given process may be executed concurrently (via multithreading capabilities), sharing resources such as memory, while different processes do not share these resources. In particular, the threads of a process share its executable code and the values of its dynamically allocated variables and non-thread-local global variables at any given time.